.about{flex-direction:column;height:100%;display:flex;overflow-y:auto}.about::-webkit-scrollbar{width:8px;height:8px}.about::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.about::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.about::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.about{scrollbar-width:thin;scrollbar-color:#404040 #1a1a1a}.about__header{background:0 0;border-bottom:1px solid #2a2a2a;flex-shrink:0;justify-content:space-between;align-items:center;height:3.5rem;padding:1rem 2rem;display:flex}.about__back-button{color:#a0a0a0;cursor:pointer;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s ease-out;display:flex}.about__back-button:hover{color:#fff;background:#202020;border-color:#404040}.about__header-info{text-align:right}.about__title{color:#fff;margin:0;font-size:1.75rem;font-weight:700}.about__content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:5rem 3rem}.about__section{margin-bottom:5rem}.about__section h2{color:#fff;border-bottom:1px solid #2a2a2a;margin:0 0 2rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:700}.about__section p{color:#a0a0a0;margin:0 0 2rem;font-size:1.125rem;line-height:1.8}.about__section--footer{text-align:center;border-top:1px solid #2a2a2a;padding-top:4rem}.about__section--footer p{color:#a0a0a0;opacity:.7;margin:0;font-size:.875rem}.about__features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:4rem;margin:4rem 0;display:grid}.about__feature{text-align:center;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:4px;padding:4rem;transition:all .2s ease-out}.about__feature:hover{background:#202020;border-color:#404040;transform:translateY(-2px)}.about__feature h3{color:#fff;margin:1rem 0;font-size:1.5rem;font-weight:700}.about__feature p{color:#a0a0a0;margin:0;font-size:.875rem}.about__feature-icon{color:#0a0a0a;background:#fff;border-radius:4px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto;display:flex}.about__steps{counter-reset:step-counter;flex-direction:column;gap:2rem;margin:0;padding:2rem 0 0;list-style:none;display:flex}.about__steps li{counter-increment:step-counter;color:#a0a0a0;padding-left:50px;font-size:1.125rem;line-height:1.8;position:relative}.about__steps li:before{content:counter(step-counter);color:#0a0a0a;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:0;left:0;box-shadow:0 2px 4px #0003}.about__contact{margin:2rem 0 0;padding:0;list-style:none}.about__contact li{color:#a0a0a0;font-size:1.125rem;line-height:2}.about__contact li a{color:#fff;border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s ease-out}.about__contact li a:hover{border-bottom-color:#fff}@media (max-width:1200px){.about__content{padding:4rem 5rem}}@media (max-width:768px){.about__content{padding:2rem}.about__features{grid-template-columns:1fr}.about__header-info{text-align:left}}
