.features{text-align:center;padding:var(--space-6) 0}.features h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--color-primary);margin-bottom:var(--space-6)}.features p{color:var(--color-primary)}.social-icons{display:flex;justify-content:center;gap:var(--space-4);margin-bottom:var(--space-5)}.social-icons img{width:46px;height:46px;padding:10px;background:#fff;border-radius:16px;box-shadow:0 8px 20px #0000001f;transition:transform .2s ease,box-shadow .2s ease}.features-list{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:var(--space-4);flex-wrap:wrap}.feature-card{flex:1;max-width:360px;min-width:270px;padding:var(--space-6) var(--space-4);display:flex;flex-direction:column;align-items:center;text-align:center}.wave-wrapper{display:flex;align-items:center;justify-content:center;display:none}.wave-wrapper img{width:160px;height:auto}.feature-icon{width:64px;height:64px;margin-bottom:var(--space-3);padding:14px;background:#fff;border-radius:20px;box-shadow:0 12px 28px #00000026;transition:transform .2s ease,box-shadow .2s ease}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:var(--space-2);color:var(--color-primary)}.feature-card p{font-size:1rem;line-height:1.5;color:var(--color-primary)}.feature-card .wave{position:absolute;top:50%;right:-50%;transform:translateY(-50%);width:120px;height:auto}.feature-card:last-child .wave{display:none}@media screen and (max-width: 1075px){.wave-wrapper{display:none}}@media screen and (max-width: 959px){.features{text-align:center;padding:var(--space-6) 0}}@media screen and (max-width: 659px){.features-list{flex-direction:column;align-items:flex-start}.feature-card{display:flex;flex-direction:row;align-items:flex-start;text-align:flex-start;min-width:none;max-width:none;gap:var(--space-4);padding:var(--space-4) var(--space-2)}.feature-card>div>h3{text-align:left}.feature-card div>p{text-align:left}.feature-card .wave{display:none}}:root[data-theme=dark]{--wf-blue: var(--color-secondary);--wf-pill-bg: #2c323b;--wf-pill-text: var(--color-light);--wf-shadow: 0 12px 24px rgba(0, 0, 0, .4);--wf-border: rgba(100, 164, 255, .25)}:root[data-theme=dark] .features h2,:root[data-theme=dark] .features p,:root[data-theme=dark] .feature-card h3{color:var(--color-dark-neutral)}:root[data-theme=dark] .feature-card p{color:var(--color-neutral-6)}:root[data-theme=dark] .social-icons img,:root[data-theme=dark] .feature-icon{background:var(--wf-pill-bg);box-shadow:0 8px 20px #0006}:root[data-theme=dark] .social-icons img:hover,:root[data-theme=dark] .feature-icon:hover{box-shadow:0 12px 28px #0009}:root[data-theme=dark] .wave-wrapper img{opacity:.6}
