.skill-page-h2{font-family:Inter,sans-serif;font-size:clamp(1.5rem,5vw,3rem);font-weight:600;margin-top:5rem;margin-bottom:1rem;color:var(--foreground)}.skill-page-subheading{font-size:1.1rem;color:var(--foreground-muted);margin:0 auto 2.5rem;max-width:700px;line-height:1.38}.skill-page-h3{font-family:Inter,sans-serif;font-size:1.25rem;margin-bottom:.5rem;font-weight:600;color:var(--foreground)}.skill-page-p{line-height:1.7;color:var(--foreground-muted)}.skill-page-button{display:inline-block;background:var(--button-primary-bg);color:var(--button-primary-text);padding:12px 16px;border-radius:980px;text-decoration:none;font-weight:600;transition:background .3s,opacity .3s;border:none}.skill-page-button:hover{opacity:.85}.skill-page-button.secondary{background:var(--button-secondary-bg);color:var(--button-secondary-text)}.skill-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.aurora-border{height:2px;margin-bottom:1.5rem;background:linear-gradient(90deg,#a855f7,#06b6d4,#a855f7);background-size:200% 100%}.cta-card{background:var(--card-background);border:1px solid var(--card-border);border-radius:10px;padding:3rem 1rem;margin-top:5rem;transition:background .3s,border .3s;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;top:0;left:-85%;width:30%;height:100%;background:linear-gradient(90deg,transparent,rgba(168,85,247,.2),rgba(6,182,212,.2),transparent);transform:skewX(-25deg);animation:continuous-shine 4s ease-in-out 3s infinite}html[data-theme=light] .cta-card:before{background:linear-gradient(90deg,transparent,rgba(168,85,247,.4),rgba(6,182,212,.4),transparent)}@keyframes continuous-shine{0%{left:-85%}to{left:125%}}.hero-h1{font-family:Inter,sans-serif;font-size:clamp(2rem,6vw,4.5rem);margin-bottom:1rem;line-height:1.1;color:var(--foreground)}.hero-subheading{font-size:1.25rem;color:var(--foreground-muted);margin:0 auto 2.5rem;line-height:1.38}.hero-buttons{display:flex;justify-content:center;gap:1rem}.faq-wrapper{max-width:800px;margin:3rem auto 0}.faq-item{margin-bottom:2rem}.cta-buttons{margin-top:2rem;display:flex;justify-content:center;gap:1rem}.cta-section,.hero-section,.skill-page-h2,.skill-page-subheading{text-align:center}@media only screen and (min-width:768px){.cta-card{padding:3rem}.skill-page-button{padding:12px 24px}}