.secondary-button-animation{&:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;display:block;background:linear-gradient(90deg,hsla(0,0%,99%,.16),hsla(0,0%,99%,0) 50%,hsla(0,0%,99%,0));background-size:200%;background-position:100%;transition:all .8s cubic-bezier(.246,.75,.187,1);border-radius:inherit}&:hover:after{background-position:0;border-radius:inherit}}.section-header{text-align:center;margin-bottom:80px}.section-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;background:rgba(10,10,12,.6);backdrop-filter:blur(20px);border:1px solid var(--border-gold);border-radius:999px;font-family:var(--f-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-300);margin-bottom:24px}.section-badge .eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--gold-300);box-shadow:0 0 10px var(--gold-300);animation:section-dot-pulse 2s infinite}@keyframes section-dot-pulse{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.section-title{font-family:var(--f-display);font-size:clamp(44px,5.5vw,72px);font-weight:300;line-height:1.05;letter-spacing:-.03em;color:var(--text-0);margin-bottom:20px;font-variation-settings:"opsz" 144}.section-title em{font-style:italic;font-weight:400;background:linear-gradient(180deg,var(--gold-100) 0,var(--gold-400) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-sub{font-size:17px;color:var(--text-2);max-width:580px;margin:0 auto;line-height:1.6}@media (max-width:768px){.section-header{margin-bottom:56px}}