.features-group{padding:var(--space-2xl) 0}.group-heading{font-size:var(--text-2xl);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0 0 var(--space-sm)}.group-lead{font-size:var(--text-lg);color:var(--color-text-muted);max-width:60ch;margin:0 0 var(--space-xl);line-height:1.6}.section-eyebrow+.group-heading{margin-top:var(--space-xs)}.features-group--ops{padding-top:var(--space-xl)}.numbered-features{display:grid;gap:0;counter-reset:feature}.numbered-feature{display:grid;grid-template-columns:auto 1fr;gap:var(--space-lg);padding:var(--space-lg) 0;border-bottom:1px solid var(--color-border);align-items:baseline}.numbered-feature:last-child{border-bottom:none}.feature-number{font-family:var(--font-family-display);font-size:var(--text-2xl);font-weight:var(--font-weight-bold);color:var(--color-brand);opacity:.3;line-height:1.2;min-width:52px}.numbered-feature-body h3{font-size:var(--text-xl);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0 0 var(--space-xs)}.numbered-feature-body p{color:var(--color-text-muted);margin:0;max-width:65ch;line-height:1.7}.features-group--insights,.features-group--mobile{background:var(--color-surface-alt)}.split-features{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl)}.split-feature h3{font-size:var(--text-xl);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0 0 var(--space-xs)}.split-feature-lead{color:var(--color-text-muted);margin:0 0 var(--space-md);line-height:1.6}.feature-list{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-xs)}.feature-list li{padding-left:1.4rem;position:relative;color:var(--color-text-muted);line-height:1.6}.feature-list li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--color-brand);opacity:.5}.features-group--ai{background:var(--color-text);padding:var(--space-3xl) 0}.group-heading--light{color:#fff}.group-lead--light{color:#fff9}.section-eyebrow--light{color:var(--color-brand-light)}.ai-features{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg)}.ai-feature{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:var(--space-lg)}.ai-feature-header{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm)}.ai-feature-icon{flex-shrink:0;animation:ai-breathe 4s ease-in-out infinite,ai-glow 4s ease-in-out infinite;filter:drop-shadow(0 0 0 transparent)}.ai-feature-icon--caddie{--icon-glow: rgba(76, 172, 213, .4)}.ai-feature-icon--marshal{animation-delay:1.5s;--icon-glow: rgba(230, 162, 53, .4)}@keyframes ai-breathe{0%,to{transform:scale(1) rotate(0);opacity:.85}25%{transform:scale(1.06) rotate(.5deg);opacity:.92}50%{transform:scale(1.12) rotate(0);opacity:1}75%{transform:scale(1.06) rotate(-.5deg);opacity:.92}}@keyframes ai-glow{0%,to{filter:drop-shadow(0 0 2px transparent)}50%{filter:drop-shadow(0 0 8px var(--icon-glow, rgba(76, 172, 213, .35)))}}@media(prefers-reduced-motion:reduce){.ai-feature-icon{animation:none;filter:none}}.ai-feature-header h3{font-size:var(--text-xl);font-weight:var(--font-weight-semibold);color:#fff;margin:0}.ai-badge{font-size:var(--text-xs);font-weight:var(--font-weight-medium);letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-light);background:#2e86ab26;padding:2px 10px;border-radius:var(--radius-pill)}.ai-feature p{color:#fff9;margin:0;line-height:1.7}.features-group--engage{padding-bottom:0}.spotlight-feature{margin-bottom:var(--space-xl)}.spotlight-lead{margin-bottom:var(--space-lg)}.spotlight-lead h3{font-size:var(--text-xl);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0 0 var(--space-xs)}.spotlight-lead p{color:var(--color-text-muted);max-width:65ch;margin:0;line-height:1.7}.spotlight-details{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm)}.detail-item{padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.detail-item h4{font-size:var(--text-md);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0 0 4px}.detail-item p{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.5}.inline-feature{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:start;padding:var(--space-xl) 0;border-top:1px solid var(--color-border)}.inline-feature-lead h3{font-size:var(--text-xl);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0 0 var(--space-xs)}.inline-feature-lead p{color:var(--color-text-muted);margin:0;line-height:1.7}.feature-list--inline{padding-top:var(--space-xs)}.features-group--security{padding-top:0;padding-bottom:var(--space-md)}.security-bar{background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg) var(--space-xl)}.security-bar-content h3{font-size:var(--text-lg);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0 0 var(--space-xs)}.security-bar-content p{color:var(--color-text-muted);margin:0;max-width:72ch;line-height:1.6}@media(max-width:720px){.split-features,.ai-features,.spotlight-details,.inline-feature{grid-template-columns:1fr}.numbered-feature{grid-template-columns:1fr;gap:var(--space-xs)}.feature-number{font-size:var(--text-lg)}}.feature-screenshot{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;margin-top:var(--space-md)}.feature-screenshot img{display:block;width:100%;height:auto}.feature-demo-wrapper{margin-top:var(--space-md)}.feature-demo-wrapper .demo-content img{width:100%;height:auto;display:block}.feature-demo-wrapper .demo-placeholder-text{text-align:center;color:var(--color-text-muted);padding:var(--space-xl) var(--space-lg)}.feature-demo-wrapper .demo-placeholder-text svg{color:var(--color-brand);opacity:.5;margin-bottom:var(--space-sm)}.feature-demo-wrapper .demo-placeholder-text p{margin:var(--space-xs) 0 0}.feature-demo-wrapper--compact{max-width:480px}.feature-demo-wrapper--compact .demo-content{min-height:120px}.feature-demo-wrapper--compact .demo-placeholder-text{padding:var(--space-md) var(--space-sm)}.feature-demo-wrapper--compact .demo-placeholder-text p{font-size:var(--text-sm)}.feature-screenshot-placeholder{text-align:center;color:var(--color-text-muted);padding:var(--space-lg)}.feature-screenshot-placeholder svg{color:var(--color-brand);opacity:.5;margin-bottom:var(--space-sm)}.feature-screenshot-placeholder p{margin:var(--space-xs) 0 0}.feature-screenshot-placeholder p:first-of-type{margin-top:var(--space-sm)}.feature-section:nth-child(1) .benefit{border-left-color:#2e86ab;background:#2e86ab0a}.feature-section:nth-child(2) .benefit{border-left-color:#2ecc71;background:#2ecc710a}.feature-section:nth-child(3) .benefit{border-left-color:#3498db;background:#3498db0a}.feature-section:nth-child(4) .benefit{border-left-color:#f39c12;background:#f39c120a}.feature-section:nth-child(5) .benefit{border-left-color:#e67e22;background:#e67e220a}.feature-section:nth-child(6) .benefit{border-left-color:#e74c3c;background:#e74c3c0a}.feature-section:nth-child(7) .benefit{border-left-color:#9b59b6;background:#9b59b60a}.feature-section:nth-child(8) .benefit{border-left-color:#1abc9c;background:#1abc9c0a}.feature-section:nth-child(9) .benefit{border-left-color:#27ae60;background:#27ae600a}.feature-section:nth-child(10) .benefit{border-left-color:#d35400;background:#d354000a}.feature-section:nth-child(11) .benefit{border-left-color:#8e44ad;background:#8e44ad0a}
