.button{font-family:var(--font-body);border:none;border-radius:.75rem;outline:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.button:focus-visible{box-shadow:0 0 0 2px #8b5cf6}.button-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;box-shadow:0 10px 15px -3px #0066ff4d}.button-primary:hover{background:linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);transform:translateY(-2px);box-shadow:0 10px 20px -3px #0066ff80}.button-outline{color:#fffc;background-color:#0000;border:1px solid #ffffff1a}.button-outline:hover{border-color:var(--accent);color:#fff;background-color:var(--accent-dim)}.section-title-wrapper{margin-bottom:2.5rem;position:relative}.section-title-wrapper.center{text-align:center}.section-eyebrow-text{margin-bottom:1rem}.section-header-container{justify-content:center;align-items:center;gap:1.5rem;width:100%;margin-bottom:.5rem;display:flex}.section-header-line{flex:1;height:1px}.section-header-line.left{background:linear-gradient(90deg,#0000,#fff6);box-shadow:0 0 12px #ffffff0d}.section-header-line.right{background:linear-gradient(270deg,#0000,#fff6);box-shadow:0 0 12px #ffffff0d}.section-heading{font-family:var(--font-display);letter-spacing:-.02em;white-space:nowrap;flex-shrink:0;font-size:2.25rem;font-weight:600;line-height:1.2}@media (width>=1024px){.section-heading{font-size:2.75rem}}.section-heading.compact{font-size:1.875rem}@media (width>=1024px){.section-heading.compact{font-size:2.25rem}}.section-subtitle{max-width:42rem;color:var(--text-muted);margin-top:1rem;margin-left:auto;margin-right:auto;font-size:.9375rem;line-height:1.6}.section-subtitle-content{justify-content:center;align-items:center;gap:.75rem;display:inline-flex}.premium-title-glow{filter:blur(60px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#00d4ff14 0%,#0000 70%);width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=768px){.section-subtitle{font-size:1.0625rem}.section-title-wrapper{padding:0 1.5rem}.section-heading{white-space:normal;font-size:2rem}}.scroll-progress-bar{z-index:60;transform-origin:0;height:2px;position:fixed;top:0;left:0;right:0}.scroll-to-top-btn{z-index:50;color:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}
