/* ============ About Section ============ */
.about{padding:6rem 8%;background:var(--white)}
.about-inner{max-width:720px;margin:0 auto;text-align:center}

.about-inner .section-label{color:var(--blue);font-weight:600;display:block;margin-bottom:1.6rem}

.about-photo{width:180px;height:180px;margin:0 auto 2.2rem;overflow:hidden;background:rgba(58,18,201,0.06);display:flex;align-items:center;justify-content:center;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%)}
.about-photo img{width:100%;height:100%;object-fit:cover;display:block}

.about-text{text-align:left;line-height:1.65;margin-bottom:2.5rem}
.about-text p{margin-bottom:1.2rem;max-width:none}

.connect-btn{display:inline-flex;align-items:center;gap:0.6rem;background:var(--gold-solid);color:var(--blue);padding:0.9rem 1.7rem;border-radius:100px;text-decoration:none;font-weight:600}
.connect-btn svg{width:16px;height:18px;display:block}
