.bt-hero-spotlight{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);min-height:60vh;background:var(--brand-bg-alt)}.bt-hero-spotlight__media{min-height:520px;background:var(--brand-neutral-light)}.bt-hero-spotlight__media img{width:100%;height:100%;min-height:520px;-o-object-fit:cover;object-fit:cover}.bt-hero-spotlight__copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:96px max(24px,(100vw - 1200px) / 2) 96px 56px}.bt-hero-spotlight__copy p{max-width:600px;margin:16px 0 28px;color:var(--brand-text)}.bt-age-grid,.home-product-grid,.key-features-section{padding:80px 0}.bt-age-grid{background:var(--brand-bg)}.bt-age-grid__title{margin-bottom:32px;text-align:center;font-size:max(1.7rem, min(3vw, 2.5rem))}.bt-age-grid__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.bt-age-card{display:flex;min-height:230px;flex-direction:column;justify-content:space-between;padding:24px;color:var(--brand-text);background:var(--brand-bg-alt);border:1px solid var(--brand-border);border-radius:var(--brand-radius);transition:transform 180ms,box-shadow 180ms}.bt-age-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(30,36,31,.12)}.bt-age-card__badge{align-self:flex-start;padding:5px 10px;color:var(--brand-text-inverse);background:var(--brand-accent);border-radius:var(--brand-radius);font-size:.78rem;font-weight:700}.bt-age-card h3{margin:28px 0 10px}.bt-age-card p{margin:0;color:var(--brand-text)}.key-features-section{background:var(--brand-bg-alt)}.feature-grid.six-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.feature-grid article{padding:28px;text-align:center;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.feature-icon{display:inline-grid;width:48px;height:48px;align-items:center;justify-items:center;place-items:center;margin-bottom:18px;color:var(--brand-text-inverse);background:var(--brand-primary);font-weight:700}.home-product-grid{background:var(--brand-bg)}.product-grid.four-column{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.static-product-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.static-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.static-product-card h3{margin:16px 16px 4px;font-size:1rem}.static-product-card span{display:block;margin:0 16px 18px;color:var(--brand-text);font-size:.9rem}.trust-stats{padding:64px 0;background:var(--brand-primary-dark)}.stats-row{display:flex;flex-wrap:nowrap;gap:24px}.stat-item{flex:1 1 0;min-width:0;text-align:center}.stat-item span,.stat-item strong{display:block;color:var(--brand-text-inverse)}.stat-item strong{font-size:max(2rem, min(4vw, 3.4rem));line-height:1}.stat-item span{margin-top:10px;font-size:.9rem}@media (max-width:991px){.bt-hero-spotlight{grid-template-columns:1fr}.bt-hero-spotlight__copy{padding:48px 24px 64px}.bt-hero-spotlight__media,.bt-hero-spotlight__media img{min-height:360px}.bt-age-grid__cards,.feature-grid.six-grid,.product-grid.four-column{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-row{flex-wrap:wrap}.stat-item{flex:0 0 calc(50% - 12px)}}@media (max-width:575px){.bt-age-grid__cards,.feature-grid.six-grid,.product-grid.four-column{grid-template-columns:1fr}}