.about-wrap{min-height:100vh;padding:2rem 1.5rem 4rem;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(99,102,241,.12),transparent),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(99,102,241,.06),transparent),var(--surface-page)}.about-main{max-width:640px;margin:0 auto}.about-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-sm)}.about-back{display:inline-block;font-size:.95rem;color:var(--text-secondary);text-decoration:none;margin-bottom:1.5rem}.about-back:hover{color:var(--accent)}.about-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--text-primary);margin:0 0 2rem}.about-rep{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border-subtle)}.about-rep__photo{flex-shrink:0}.about-rep__placeholder{width:140px;height:140px;border-radius:50%;background:var(--surface-soft);border:2px dashed var(--border-strong);display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.about-rep__placeholder svg{width:48px;height:48px;opacity:.5}.about-rep__body{flex:1 1;min-width:0}.about-rep__role{font-size:.8125rem;color:var(--text-secondary);margin:0 0 .25rem}.about-rep__name{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem}.about-rep__msg{font-size:.9375rem;line-height:1.8;color:var(--text-secondary);margin:0}.about-rep__msg p{margin:0 0 .75rem}.about-rep__msg p:last-child{margin-bottom:0}.about-rep__msg-lead{font-weight:600;color:var(--text-primary)}.about-rep__msg-end{font-weight:500;color:var(--text-primary)}.about-section{margin-bottom:2rem}.about-section__title{font-size:.9375rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;letter-spacing:.02em}.about-list{margin:0 0 .5rem;font-size:.9375rem}.about-row{display:grid;grid-template-columns:8em 1fr;grid-gap:.5rem 1.25rem;gap:.5rem 1.25rem;padding:.6rem 0;border-bottom:1px solid var(--border-subtle)}.about-row:last-child{border-bottom:none}.about-row dt{font-weight:600;color:var(--text-primary);margin:0}.about-row dd{margin:0;color:var(--text-secondary);line-height:1.6}.about-row a{color:var(--accent);text-decoration:none}.about-row a:hover{text-decoration:underline}.about-map{width:100%;border-radius:12px;overflow:hidden;background:var(--surface-soft);border:1px solid var(--border-subtle)}.about-map iframe{display:block}.about-map-link{margin:.75rem 0 0;font-size:.9rem}.about-map-link a{color:var(--accent);text-decoration:none}.about-map-link a:hover{text-decoration:underline;color:var(--accent-hover)}.about-badges{list-style:none;margin:0 0 1.25rem}.about-badges li{position:relative;padding-left:1.25rem;font-size:.9rem;color:var(--text-secondary);line-height:1.8}.about-badges li:before{content:"";position:absolute;left:0;top:.65em;width:4px;height:4px;border-radius:50%;background:var(--accent)}.about-services{font-size:.9rem;color:var(--text-secondary);line-height:1.7;margin:0}.about-services strong{color:var(--text-primary)}.about-cta{margin-top:2rem;text-align:center}.about-cta__btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent);border-radius:999px;text-decoration:none;transition:background .2s,transform .15s}.about-cta__btn:hover{background:var(--accent-hover);transform:translateY(-1px)}@media (max-width:560px){.about-rep{flex-direction:column;align-items:center;text-align:center}.about-rep__placeholder{width:120px;height:120px}.about-rep__placeholder svg{width:40px;height:40px}.about-row{grid-template-columns:1fr;gap:.2rem}}