/* Native homepage only. No shop/product-detail redesign. */
.home .site-main { padding-top: 24px; }
.bentv-home { --home-gap: clamp(12px, 1.5vw, 22px); }
.home-hero { position: relative; isolation: isolate; overflow: hidden; border-radius: 16px; min-height: 430px; display: flex; align-items: center; color: #fff; background: radial-gradient(ellipse at 90% 30%, #18768c, transparent 55%), linear-gradient(120deg, #042b4c, #07547c); }
.home-hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #03233bf2 0%, #032b43da 33%, #032b4350 65%, #032b4310 100%); }
.home-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.home-hero-content { padding: clamp(28px, 4vw, 56px); max-width: 660px; }
.home-eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.home-hero h1 { font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.14; max-width: 17ch; margin: 0 0 20px; color: #fff; letter-spacing: -.03em; }
.home-hero-description { max-width: 42ch; color: #e6f3fc; font-size: 1rem; line-height: 1.7; margin-bottom: 24px; }
.home-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.home-hero-actions .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; }
.home-secondary-cta { display: inline-flex; align-items: center; min-height: 44px; color: #fff; text-underline-offset: .3em; font-size: .9rem; font-weight: 600; }
.home-secondary-cta:hover { color: #fff; text-decoration-thickness: 2px; }
.home-trust-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; list-style: none; padding: 24px 8px; margin: 0; border-bottom: 1px solid var(--bentv-border); }
.home-trust-strip li { display: flex; align-items: center; gap: 12px; min-width: 0; }
.home-trust-strip strong { display: block; font-size: .875rem; line-height: 1.45; }
.home-trust-strip span { display: block; color: var(--bentv-text-muted); font-size: .75rem; margin-top: 3px; }
.home-icon { color: var(--bentv-brand-blue); flex: 0 0 28px; width: 28px; height: 28px; }
.home-section { margin-top: clamp(32px, 4vw, 52px); }
.home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.home-section-heading h2 { display: flex; align-items: center; gap: 10px; font-size: clamp(1.3rem, 1.5vw + .4rem, 1.7rem); margin: 0; color: #123453; }
.home-section-heading p { margin: 8px 0 0; font-size: .875rem; color: var(--bentv-text-muted); }
.home-section-heading .home-kicker { margin: 0 0 7px; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--bentv-brand-blue); font-weight: 750; }
.home-section-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: .875rem; font-weight: 650; white-space: nowrap; text-decoration: none; }
.home-section-link:hover { text-decoration: underline; }
.home-category-grid { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 12px; list-style: none; padding: 0; margin: 0; }
.home-category-card { position: relative; display: flex; flex-direction: column; align-items: center; height: 100%; padding: 12px 8px; border: 1px solid #edf1f5; border-radius: 12px; background: #f7f9fc; color: var(--bentv-text); text-decoration: none; text-align: center; }
.home-category-card:hover { color: var(--bentv-brand-blue); border-color: var(--bentv-brand-blue); background: #fff; }
.home-category-visual { width: 100%; aspect-ratio: 1.3; display: grid; place-items: center; margin-bottom: 10px; }
.home-category-visual img { display: block; width: 100%; height: 100%; object-fit: contain; max-height: 94px; }
.home-category-visual .home-icon { width: 44px; height: 44px; }
.home-category-name { font-weight: 650; font-size: .8125rem; line-height: 1.4; }
.home-category-arrow { position: absolute; top: 4px; right: 8px; color: var(--bentv-brand-blue); font-size: .875rem; }
.home-knowledge { padding: 28px; border-radius: 16px; background: var(--bentv-surface); }
.home-knowledge-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,230px),1fr)); gap: 20px; }
.home-knowledge .content-card { display: flex; flex-direction: column; background: #fff; }
.home-knowledge .card-image { aspect-ratio: 16/10; }
.home-knowledge .card-body { padding: 20px; } .home-knowledge .card-body h3 { font-size: 1rem; line-height: 1.4; }
.home-knowledge .card-body > p:last-child { font-size: .875rem; line-height: 1.65; margin-bottom: 0; }
.home-knowledge .content-card:not(:has(.card-image))::before { content: ''; height: 6px; background: var(--bentv-brand-blue); }
.home-final-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 32px 40px; margin-top: 40px; border-radius: 16px; color: #fff; background: radial-gradient(ellipse at right, #116a96, transparent 65%), #004578; }
.home-final-cta h2 { margin: 0; font-size: clamp(1.35rem,2vw,1.85rem); color: #fff; }
.home-final-cta .home-eyebrow { margin-bottom: 8px; color: #dceeff; }
.home-final-cta .button { flex-shrink: 0; display: inline-flex; gap: 16px; align-items: center; background: #fff; color: #004578; }
.home-final-cta .button:hover { background: #eaf5ff; }
.home-hero :focus-visible, .home-final-cta :focus-visible { outline-color: #fff; box-shadow: 0 0 0 2px #004578; }
@media (max-width: 1023px) {
 .home-hero { min-height: 400px; } .home-hero-content { max-width: 560px; }
 .home-trust-strip { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
 .home-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
 .home-final-cta { flex-wrap: wrap; padding: 28px; }
}
@media (max-width: 599px) {
 .home .site-main { padding-top: 16px; } .home-hero { min-height: 420px; border-radius: 12px; align-items: end; }
 .home-hero-content { padding: 26px 22px; width: 100%; }
 .home-hero-image { object-position: 64% center; }
 .home-hero::after { background: linear-gradient(0deg, #03233bf5, #032b43b0 65%, #032b4350); }
 .home-hero h1 { font-size: clamp(1.9rem, 7.5vw, 2.5rem); max-width: 16ch; }
 .home-eyebrow { font-size: .625rem; letter-spacing: .055em; }
 .home-hero-description { font-size: .875rem; margin-bottom: 16px; }
 .home-hero-actions { gap: 4px 12px; } .home-hero-actions .button { font-size: .875rem; }
 .home-secondary-cta { font-size: .8125rem; }
 .home-trust-strip { padding: 20px 0; gap: 16px 12px; } .home-trust-strip li { align-items: start; gap: 8px; }
 .home-trust-strip .home-icon { width: 24px; height: 24px; flex-basis: 24px; }
 .home-trust-strip strong { font-size: .75rem; } .home-trust-strip span { font-size: .6875rem; }
 .home-section-heading { align-items: start; flex-wrap: wrap; gap: 4px; margin-bottom: 16px; }
 .home-section-heading h2 { font-size: 1.25rem; } .home-section-heading p { font-size: .8125rem; }
 .home-section-link { font-size: .8125rem; min-height: 36px; }
 .home-category-grid { gap: 8px; grid-template-columns: repeat(4,minmax(0,1fr)); }
 .home-category-card { padding: 10px 4px; border-radius: 8px; } .home-category-name { font-size: .6875rem; }
 .home-category-visual { aspect-ratio: 1; margin-bottom: 6px; }
 .home-knowledge { padding: 20px 16px; } .home-knowledge-grid { grid-template-columns: minmax(0,1fr); }
 .home-final-cta { padding: 24px; } .home-final-cta .button { font-size: .875rem; }
}
@media (max-width: 359px) {
 .home-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
