@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-page{position:relative;min-height:100vh;background:linear-gradient(150deg,#fce4f6,#e8f4fd 55%,#f0fdf9);flex-direction:column;padding:52px 24px 0}.about-main,.about-page{display:flex;align-items:center}.about-main{flex:1 1;width:100%;flex-direction:column;padding-bottom:52px}.about-title{font-size:1.5rem;font-weight:700;color:#2d1b4e;letter-spacing:.14em;margin-bottom:6px;animation:fadeUp .5s ease .05s both}.about-subtitle{font-size:.8125rem;color:#b39ddb;letter-spacing:.22em;margin-bottom:44px;animation:fadeUp .5s ease .15s both}.about-list{width:100%;max-width:580px;display:flex;flex-direction:column;gap:18px;list-style:none}.about-item{background:hsla(0,0%,100%,.82);border:2px solid rgba(201,184,255,.45);border-radius:22px;padding:26px 32px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 24px rgba(177,151,252,.08),inset 0 1px 0 hsla(0,0%,100%,.9);animation:fadeUp .45s ease both}@media(max-width:600px){.about-item{padding:20px 22px}}.about-item__title{font-size:.8125rem;font-weight:700;color:#7c5cbf;letter-spacing:.16em;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid rgba(201,184,255,.5);display:flex;align-items:center;gap:8px}.about-item__title:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#c9b8ff;flex-shrink:0}.about-item__text{font-size:.9375rem;color:#2d1b4e;line-height:1.95;letter-spacing:.04em}