﻿/* ===== HOME BUILDERS PAGE — hb- prefix ===== */

/* ---- Shared section layout ---- */
.hb-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.hb-section__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.hb-section__eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--secondary-green);
    background: rgba(24, 168, 125, 0.08);
    padding: 4px 10px;
    border-radius: var(--radius-full);
    margin-bottom: 0.75rem;
}

.hb-section__title {
    font-size: 3.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    margin: 0 0 0.75rem;
    line-height: 1.15;
}

.hb-section__subtitle {
    font-size: 1.5rem;
    font-weight: var(--font-weight-light);
    color: var(--text-secondary);
    line-height: 1.65;
}

.rem-br-desktop { display: inline; }

.hb-social-proof {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.hb-social-proof__avatars {
    display: flex;
}

.hb-social-proof__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--white);
    margin-left: -8px;
}

.hb-social-proof__avatar:first-child {
    margin-left: 0;
}

.hb-social-proof__text {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin: 0;
}

.hb-social-proof__text strong {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
}

/* ---- Hero ---- */
.hb-hero {
    background: var(--white);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
}

.hb-hero__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    width: 100%;
}

/* Tag chip */
.hb-hero .rc-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--light-mint);
    border-radius: var(--radius-full);
    padding: 6px 16px;
    font-size: 0.8rem;
    font-weight: var(--font-weight-medium);
    color: var(--secondary-green);
    margin-bottom: 1.5rem;
}

.hb-hero__title {
    font-size: 3.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.hb-hero__title .highlight {
    color: var(--secondary-green);
}

.hb-hero__subtitle {
    font-size: 1.125rem;
    font-weight: var(--font-weight-light);
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0 0 2rem;
}

/* Checklist bullets */
.hb-hero__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.hb-hero__checks li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.5;
}
.hb-hero__checks li i,
.hb-hero__checks li svg {
    color: var(--secondary-green);
    flex-shrink: 0;
    margin-top: 2px;
}

/* Quote callout */
.hb-hero__quote {
    border-left: 3px solid var(--secondary-green);
    padding: 0.75rem 1rem;
    background: #f7fdf9;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    font-size: 0.925rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hb-hero .hero__actions { margin-bottom: 0; justify-content: flex-start; }

/* Watch Demo outline button */
.hb-hero__watch-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

/* Trust pills */
.hb-hero__trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.hb-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: var(--font-weight-medium);
    color: var(--text-secondary);
    background: var(--grey-08);
    border: 1px solid var(--grey-03);
    border-radius: var(--radius-full);
    padding: 5px 12px;
}
.hb-hero__pill i,
.hb-hero__pill svg {
    color: var(--secondary-green);
    flex-shrink: 0;
}

/* Visual: Dashboard mockup */
.hb-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hb-dashboard {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 2.5rem 1rem 2.5rem;
}

/* Floating badges */
.hb-dashboard__float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    border: 1px solid var(--grey-03);
    border-radius: var(--radius-lg);
    padding: 10px 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    z-index: 2;
    white-space: nowrap;
}
.hb-dashboard__float--tl { top: 0; left: -10px; }
.hb-dashboard__float--br { bottom: 0; right: -10px; }

.hb-dashboard__float-icon {
    width: 32px;
    height: 32px;
    border-radius: var(--radius-md);
    background: #f0faf5;
    color: var(--secondary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hb-dashboard__float-label {
    font-size: 0.7rem;
    color: var(--text-secondary);
    font-weight: var(--font-weight-medium);
}
.hb-dashboard__float-value {
    font-size: 0.82rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
}
.hb-dashboard__float-value--green { color: var(--secondary-green); }

/* Main dashboard card */
.hb-dashboard__card {
    background: var(--white);
    border: 1px solid var(--grey-03);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    position: relative;
    z-index: 1;
    margin: 2rem 0;
}
.hb-dashboard__card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}
.hb-dashboard__card-eyebrow {
    font-size: 0.7rem;
    font-weight: var(--font-weight-medium);
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 3px;
}
.hb-dashboard__card-name {
    font-size: 1rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
}
.hb-dashboard__tag {
    font-size: 0.7rem;
    font-weight: var(--font-weight-semibold);
    padding: 3px 9px;
    border-radius: var(--radius-full);
    white-space: nowrap;
}
.hb-dashboard__tag--green {
    background: #ebfdf4;
    color: var(--secondary-green);
}

/* Progress bar */
.hb-dashboard__prog-wrap { margin-bottom: 1.25rem; }
.hb-dashboard__prog-label {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-bottom: 6px;
}
.hb-dashboard__prog-bar {
    height: 6px;
    background: var(--grey-03);
    border-radius: var(--radius-full);
    overflow: hidden;
}
.hb-dashboard__prog-fill {
    height: 100%;
    width: 62%;
    background: var(--secondary-green);
    border-radius: var(--radius-full);
}

/* Phase list */
.hb-dashboard__phases {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.hb-dashboard__phase {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.hb-dashboard__phase-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.hb-dashboard__phase-dot--green  { background: var(--secondary-green); }
.hb-dashboard__phase-dot--yellow { background: #f59e0b; }
.hb-dashboard__phase-dot--grey   { background: var(--grey-09); }

.hb-dashboard__phase-name {
    flex: 1;
    font-size: 0.85rem;
    color: var(--text-primary);
}
.hb-dashboard__phase-badge {
    font-size: 0.72rem;
    font-weight: var(--font-weight-semibold);
    padding: 2px 8px;
    border-radius: var(--radius-full);
}
.hb-dashboard__phase-badge--green  { background: #ebfdf4; color: var(--secondary-green); }
.hb-dashboard__phase-badge--yellow { background: #fef3c7; color: #92400e; }
.hb-dashboard__phase-badge--grey   { background: #f3f4f6; color: #6b7280; }

/* ---- Bottlenecks section ---- */
.hb-bottlenecks {
    padding: 5rem 0;
    background: var(--grey-02);
}

/* Override bento grid → 2 cols for 4 bottleneck cards */
.hb-bottlenecks__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-bottom: 2rem;
}

.hb-bottlenecks__grid .cs-story__problem-card:nth-child(-n+3),
.hb-bottlenecks__grid .cs-story__problem-card:nth-child(n+4) {
    grid-column: span 1 !important;
}

.hb-bottlenecks__banner {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #0f1923;
    border-radius: var(--radius-lg);
    padding: 1.5rem 2rem;
    margin-top: 1.5rem;
}

.hb-bottlenecks__banner-icon {
    width: 44px;
    height: 44px;
    background: rgba(46, 175, 111, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-green);
    flex-shrink: 0;
}

.hb-bottlenecks__banner-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.hb-bottlenecks__banner-text strong {
    color: var(--white);
    font-size: 0.95rem;
    font-weight: var(--font-weight-semibold);
}

.hb-bottlenecks__banner-text span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
}

.hb-bottlenecks__banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--secondary-green);
    color: var(--white);
    font-size: 0.9rem;
    font-weight: var(--font-weight-semibold);
    padding: 11px 22px;
    border-radius: var(--radius-md);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.hb-bottlenecks__banner-btn:hover {
    background: var(--secondary-green-hover);
}

/* ---- CTA Block section ---- */
.hb-cta-block {
    padding: 8rem 0 3rem;
    background: var(--white);
}

.hb-cta-block__card {
    position: relative;
    background: var(--grey-02);
    border-radius: 16px;
    padding: 5rem 2rem;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

.hb-cta-block__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px);
    background-size: 16px 16px;
    pointer-events: none;
    z-index: 1;
}

.hb-cta-block__glow {
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.hb-cta-block__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}

.hb-cta-block__quote-mark {
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 0.8;
    color: var(--text-secondary);
    opacity: 0.3;
    margin: 0 0 1rem;
}

.hb-cta-block__title {
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    line-height: 1.35;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
}

.hb-cta-block__author {
    margin-bottom: 1rem;
}

.hb-cta-block__author-name {
    font-size: 0.95rem;
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin: 0 0 0.15rem;
}

.hb-cta-block__author-company {
    font-size: 0.82rem;
    color: var(--text-secondary);
    margin: 0;
}

.hb-cta-block__brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--grey-03);
    border-radius: var(--radius-full);
    padding: 6px 16px;
    font-size: 0.82rem;
    font-weight: var(--font-weight-semibold);
    color: var(--text-secondary);
    margin-top: 0.5rem;
}

/* ---- Features section ---- */
.hb-features {
    padding: 5rem 0;
    background: var(--white);
}

.hb-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.hb-feature-card {
    background: var(--white);
    border: 1px solid var(--grey-03);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

a.hb-feature-card:hover {
    border-color: var(--secondary-green);
    box-shadow: 0 4px 20px rgba(46, 160, 108, 0.1);
    transform: translateY(-2px);
}

.hb-feature-card__icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-lg);
    background: #ebfdf4;
    color: var(--secondary-green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hb-feature-card__title {
    font-size: 1rem;
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin: 0;
}

.hb-feature-card__desc {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}

.hb-feature-card__list {
    list-style: none;
    padding: 0;
    margin: 0.25rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.hb-feature-card__list li {
    font-size: 0.8rem;
    color: var(--text-secondary);
    padding-left: 1.1rem;
    position: relative;
}

.hb-feature-card__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary-green);
    font-weight: 700;
    font-size: 0.75rem;
}

/* ---- Testimonial metrics ---- */
.hb-testimonial__metrics {
    display: flex;
    gap: 1.5rem;
    margin: 1.5rem 0 1.75rem;
    flex-wrap: wrap;
}

.hb-testimonial__metric {
    flex: 1;
    min-width: 100px;
}

.hb-testimonial__metric-number {
    font-size: 2rem;
    font-weight: var(--font-weight-extrabold);
    color: var(--secondary-green);
    line-height: 1;
}

.hb-testimonial__metric-label {
    font-size: 0.75rem;
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin: 3px 0 2px;
}

.hb-testimonial__metric-desc {
    font-size: 0.72rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* ---- Stats / Built for Long Residential Projects (dark section) ---- */
.hb-stats {
    padding: 8rem 0;
    background: var(--text-primary);
}

.hb-stats .hb-section__header { margin-bottom: 2.5rem; }

.hb-stats__title {
    font-size: 3.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--white);
    margin: 0 0 0.75rem;
    text-align: center;
    line-height: 1.15;
}

.hb-stats__subtitle {
    font-size: 1.5rem;
    font-weight: var(--font-weight-light);
    color: #9ca3af;
    text-align: center;
    margin: 0;
    line-height: 1.65;
}

.hb-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.hb-stats__card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Icon */
.hb-stats__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(46, 175, 111, 0.18);
    color: var(--secondary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}
.hb-stats__icon--blue   { background: rgba(59, 130, 246, 0.18); color: #60a5fa; }
.hb-stats__icon--green  { background: rgba(46, 175, 111, 0.18); color: var(--secondary-green); }
.hb-stats__icon--purple { background: rgba(139, 92, 246, 0.18); color: #a78bfa; }

/* Card value (big number/text) */
.hb-stats__card-value {
    font-size: 2rem;
    font-weight: var(--font-weight-bold);
    color: var(--white);
    margin: 0;
    line-height: 1.1;
}

/* Colored label under value */
.hb-stats__card-label {
    font-size: 0.875rem;
    font-weight: var(--font-weight-semibold);
    margin: 0;
}
.hb-stats__card-label--green  { color: var(--secondary-green); }
.hb-stats__card-label--blue   { color: #60a5fa; }
.hb-stats__card-label--purple { color: #a78bfa; }

/* Decorative visual area */
.hb-stats__card-visual {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0.5rem 0;
}
.hb-stats__card-visual--blocks {
    flex-direction: row;
    gap: 7px;
}

/* Progress bars */
.hb-stats__bar {
    height: 8px;
    border-radius: var(--radius-full);
}
.hb-stats__bar--green        { background: var(--secondary-green); }
.hb-stats__bar--blue         { background: #3b82f6; }
.hb-stats__bar--purple       { background: #7c3aed; }
.hb-stats__bar--purple-light { background: #a78bfa; }
.hb-stats__bar--full { width: 100%; }
.hb-stats__bar--w90  { width: 90%; }
.hb-stats__bar--w65  { width: 65%; }
.hb-stats__bar--w55  { width: 55%; }
.hb-stats__bar--w40  { width: 40%; }

/* Person-card rectangles (card 2) */
/* Staircase person-cards: aligned to bottom, ascending heights */
.hb-stats__person-cards {
    display: flex;
    gap: 6px;
    align-items: flex-end;
    margin-bottom: 4px;
}
.hb-stats__person-card {
    flex: 1;
    border-radius: var(--radius-md);
    display: block;
}
.hb-stats__person-cards .hb-stats__person-card:nth-child(1) { height: 28px; }
.hb-stats__person-cards .hb-stats__person-card:nth-child(2) { height: 38px; }
.hb-stats__person-cards .hb-stats__person-card:nth-child(3) { height: 48px; }
.hb-stats__person-cards .hb-stats__person-card:nth-child(4) { height: 56px; }

.hb-stats__person-card--dark {
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(96, 165, 250, 0.2);
}
.hb-stats__person-card--light {
    background: rgba(96, 165, 250, 0.5);
    border: 1px solid rgba(96, 165, 250, 0.65);
}

/* Photo-block squares (card 3): different widths */
.hb-stats__photo-block {
    height: 48px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hb-stats__card-visual--blocks .hb-stats__photo-block:nth-child(1) { flex: 0.75; }
.hb-stats__card-visual--blocks .hb-stats__photo-block:nth-child(2) { flex: 1.1; }
.hb-stats__card-visual--blocks .hb-stats__photo-block:nth-child(3) { flex: 0.85; }

.hb-stats__photo-block--dark {
    background: rgba(46, 175, 111, 0.2);
    border: 1px solid rgba(46, 175, 111, 0.2);
}
.hb-stats__photo-block--check {
    background: var(--secondary-green);
    color: var(--white);
}

.hb-stats__card-desc {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.65;
    margin: 0;
}


/* ---- Articles section ---- */
.hb-articles {
    padding: 5rem 0;
    background: var(--grey-02);
}

.hb-articles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.hb-article-card {
    background: var(--white);
    border: 1px solid var(--grey-03);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, transform 0.2s;
}

.hb-article-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.hb-article-card__thumb {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    background: #f3f4f6;
}

.hb-article-card__body {
    padding: 1.1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.hb-article-card__chip {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--secondary-green);
    background: #ebfdf4;
    padding: 3px 9px;
    border-radius: var(--radius-full);
    width: fit-content;
}

.hb-article-card__title {
    font-size: 0.9rem;
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    line-height: 1.4;
}

.hb-article-card__desc {
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.hb-article-card__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    font-weight: var(--font-weight-semibold);
    color: var(--secondary-green);
    margin-top: 0.5rem;
}

/* Restore reveal animation on cards that define their own transition property.
   Without these, the card's own `transition` overrides `[data-reveal]`'s transition
   and opacity animates instantly instead of fading in. */
.hb-feature-card.reveal-visible {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
}
.hb-article-card.reveal-visible {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, box-shadow 0.2s ease;
}
.faq-item.reveal-visible {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* ---- Responsive line breaks ---- */
.br-desktop { display: block; }
.br-mobile  { display: none; }
.br-tablet  { display: none; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .hb-hero { min-height: auto; margin-top: 5rem; }
    .hb-hero__container { grid-template-columns: 1fr; }
    .hb-hero__visual { display: none; }
    .hb-hero__content { text-align: center; }
    .hb-hero .hero__actions { justify-content: center; }
    .hb-hero__trust-pills { justify-content: center; }
    .br-mobile { display: inline; }
    .br-tablet { display: block; }
    .hb-hero__checks li { justify-content: center; }
    .hb-hero__title { font-size: 2.5rem; }
    .hb-section__title { font-size: 2.5rem; }
    .hb-section__subtitle { font-size: 1.25rem; }
    .hb-stats__title { font-size: 2.5rem; }
    .hb-stats__subtitle { font-size: 1.25rem; }

    .hb-bottlenecks { padding: 4rem 0; }
    .hb-cta-block { padding: 5rem 0 2rem; }
    .hb-features { padding: 4rem 0; }
    .hb-stats { padding: 5rem 0; }
    .hb-articles { padding: 4rem 0; }

    .hb-features .features__header { margin-bottom: 3.5rem; }

    .hb-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hb-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hb-articles__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {
    .br-desktop { display: none; }
    .rem-br-desktop { display: none; }
    .hb-hero { padding: 5rem 0; }
    .hb-hero__container { grid-template-columns: 1fr; padding: 3rem 1rem; }
    .hb-hero__visual { display: none; }
    .hb-hero__title { font-size: 2rem; }
    .hb-hero__subtitle { font-size: 1rem; }
    .hb-hero__content { text-align: center; }
    .hb-hero .hero__actions { justify-content: center; }
    .hb-hero .rc-hero__trust--mobile { justify-content: center; }
    .hb-section__title { font-size: 2rem; }
    .hb-section__subtitle { font-size: 1.125rem; }
    .hb-stats__title { font-size: 2rem; }
    .hb-stats__subtitle { font-size: 1.125rem; }
    .hb-dashboard { display: none; }
    .hb-hero__trust-pills { justify-content: center; }
    .hb-hero__quote { text-align: left; }

    .hb-section__container { padding: 0 1rem; }
    .hb-features .features__wrapper { padding: 0 1rem; }
    .hb-features .features__header { margin-bottom: 2.5rem; }
    .hb-bottlenecks { padding: 3rem 0; }
    .hb-features { padding: 3rem 0; }
    .hb-articles { padding: 3rem 0; }

    .hb-bottlenecks__grid {
        grid-template-columns: 1fr !important;
    }

    .hb-bottlenecks__banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .hb-bottlenecks__banner-btn {
        width: 100%;
        justify-content: center;
    }

    .hb-features__grid {
        grid-template-columns: 1fr;
    }

    .hb-cta-block {
        padding: 4rem 0 2.5rem;
    }

    .hb-cta-block__card {
        padding: 4rem 1.5rem;
    }

    .hb-stats {
        padding: 5rem 0;
    }

    .hb-stats__grid {
        grid-template-columns: 1fr;
    }

    .hb-testimonial__metrics {
        gap: 1rem;
    }

    .hb-articles__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .hb-hero__checks li { justify-content: flex-start; }
    .br-tablet { display: none; }
}

@media (max-width: 480px) {
    .hb-hero { padding: 3rem 0; }

    .hb-section__title { font-size: 1.75rem; }
    .hb-section__subtitle { font-size: 1rem; }
    .hb-hero__title { font-size: 1.75rem; }
    .hb-stats__title { font-size: 1.75rem; }
    .hb-stats__subtitle { font-size: 1rem; }
    .hb-hero__trust-pills { gap: 0.4rem; }

    .hb-bottlenecks { padding: 2.5rem 0; }
    .hb-features { padding: 2.5rem 0; }
    .hb-articles { padding: 2.5rem 0; }

    .hb-cta-block { padding: 3rem 0 2rem; }
    .hb-cta-block__card { padding: 3rem 0.75rem; }

    .hb-stats { padding: 4rem 0; }

    .hb-hero .hero__actions {
        flex-direction: column;
        align-items: center;
        gap: 0.875rem;
    }

    .hb-testimonial__metric-number {
        font-size: 1.6rem;
    }
}

/* ============================================================
   HB Feature Mockup Shared
   ============================================================ */
.hb-features .features__wrapper {
    padding-top: 0;
}
.hb-features .features__header {
    margin-bottom: 5rem;
}
.hb-features .features__checklist {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.hb-features .features__checklist-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}
.hb-features .features__checklist-item i {
    color: var(--secondary-green);
    flex-shrink: 0;
}
@media (max-width: 900px) {
    .hb-features .features__checklist {
        margin-bottom: 1.5rem;
    }
}
