.section{margin-bottom:3rem}.section .section-header{position:relative;margin-bottom:1.5rem}.section .section-header .header-content{display:flex;align-items:center;gap:1rem;position:relative;z-index:2}.section .section-header .header-content .icon-container{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.1)}.section .section-header .header-content .icon-container .icon{font-size:1.5rem}.section .section-header .header-content .title-container .section-title{font-size:1.5rem;font-weight:700;margin:0;background:linear-gradient(90deg,var(--primary) 0,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.section .section-header .header-content .title-container .section-desc{margin:.25rem 0 0;font-size:.9rem;color:var(--text-light);opacity:.8}.section .section-header .header-decoration{position:absolute;height:3px;width:100%;background:linear-gradient(90deg,var(--primary) 0,var(--secondary) 30%,rgba(var(--secondary-rgb),.3) 70%,rgba(var(--secondary-rgb),.1) 100%);bottom:-10px;left:0;border-radius:10px}.section .section-header .header-decoration:after{content:"";position:absolute;height:6px;width:6px;background:var(--secondary);bottom:-1.5px;left:calc(30% - 3px);border-radius:50%;box-shadow:0 0 8px rgba(var(--secondary-rgb),.8)}.section .section-header:before{content:"";position:absolute;top:-15px;left:-15px;width:100px;height:100px;background:radial-gradient(circle,rgba(var(--primary-rgb),.05) 0,rgba(var(--primary-rgb),0) 70%);border-radius:50%;z-index:0}