:root{--se-bg-color:#fff;--se-border-color:#f2f2f2;--se-text-primary:#404040;--se-text-secondary:#666;--se-hover-bg:#f8f9fa;--se-transition:all .4s cubic-bezier(.16,1,.3,1)}.se-wrapper{background-color:var(--se-bg-color);border-top:1px solid var(--se-border-color);-webkit-user-select:none;user-select:none;width:100%;padding:15px 0}.se-container{justify-content:space-between;align-items:center;gap:32px;width:100%;max-width:1360px;margin:0 auto;padding:0 24px;display:flex}.se-features-grid{flex-grow:1;align-items:center;gap:48px;display:flex}.se-item{transition:var(--se-transition);cursor:default;align-items:center;gap:12px;display:flex}.se-item:hover .se-icon-wrapper{opacity:1;transform:translateY(-2px)}.se-icon-wrapper{opacity:.85;width:32px;height:32px;transition:var(--se-transition);justify-content:center;align-items:center;display:flex}.se-text{color:var(--se-text-primary);white-space:nowrap;letter-spacing:-.02em;font-size:13.5px;font-weight:500}.se-scroll-btn{color:var(--se-text-secondary);cursor:pointer;transition:var(--se-transition);background-color:#0000;border:1px solid #e6e6e6;border-radius:8px;align-items:center;gap:10px;padding:7px 22px;display:flex;overflow:hidden}.se-btn-text{font-size:13px;font-weight:500}.se-btn-icon{justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.se-scroll-btn:hover{background-color:var(--se-hover-bg);color:var(--se-text-primary);border-color:#d1d1d1;box-shadow:0 2px 8px #00000008}.se-scroll-btn:hover .se-btn-icon{transform:translateY(-3px)}@media (max-width:1200px){.se-features-grid{gap:32px}}@media (max-width:992px){.se-container{flex-direction:column-reverse;align-items:flex-start;gap:24px}.se-features-grid{flex-wrap:wrap;justify-content:space-between;gap:20px;width:100%}.se-scroll-btn{align-self:flex-end}}@media (max-width:768px){.se-wrapper{padding:20px 0}.se-container{gap:24px;padding:0 16px}.se-features-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.se-item{background-color:#fbfbfb;border:1px solid #f5f5f5;border-radius:12px;flex-direction:row;justify-content:flex-start;width:100%;padding:14px 12px}.se-icon-wrapper{opacity:1;width:24px;height:24px}.se-text{color:#555;white-space:normal;font-size:12px;font-weight:500;line-height:1.4}.se-scroll-btn{background-color:#fff;border-color:#eee;border-radius:12px;justify-content:center;width:100%;padding:12px}}
