.hl-feature-row{display:grid;grid-template-columns:1fr;gap:28px;align-items:center;margin-bottom:34px}.hl-feature-row:last-child{margin-bottom:0}.hl-feature-card{background:#fff;border:1px solid var(--hl-border);border-radius:22px;padding:34px;box-shadow:var(--hl-shadow-soft)}.hl-feature-card h3{font-size:28px;line-height:1.2;font-weight:800;margin-bottom:12px}.hl-feature-card p{font-size:16px;line-height:1.75;color:var(--hl-text-soft)}@media (min-width:960px){.hl-feature-row{grid-template-columns:1fr 1fr;gap:48px}.hl-feature-row.reverse .hl-feature-card{order:2}.hl-feature-row.reverse .hl-feature-image{order:1}}.hl-split{display:grid;grid-template-columns:1fr;gap:24px}.hl-split-card{background:#fff;border:1px solid var(--hl-border);border-radius:22px;padding:32px;box-shadow:var(--hl-shadow-soft)}.hl-split-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hl-purple),var(--hl-pink));margin-bottom:18px}.hl-split-card h3{font-size:22px;font-weight:800;margin-bottom:10px}.hl-split-card ul{padding-left:18px}.hl-split-card li{margin:0 0 10px;color:var(--hl-text-soft);line-height:1.65}@media (min-width:820px){.hl-split{grid-template-columns:1fr 1fr}}.hl-stats{display:grid;grid-template-columns:1fr;gap:16px}.hl-stat{background:#fff;border:1px solid var(--hl-border);border-radius:18px;padding:22px;box-shadow:var(--hl-shadow-soft)}.hl-stat strong{display:block;font-size:28px;line-height:1;font-weight:800;color:#111827;margin-bottom:8px}.hl-stat p{color:var(--hl-text-soft);line-height:1.6}@media (min-width:760px){.hl-stats{grid-template-columns:repeat(2,1fr)}}