.about{padding-bottom:0}.about__hero{padding:4rem 0 5rem;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.about__hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 40%,rgba(0,255,204,.05) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(255,77,106,.04) 0%,transparent 50%);pointer-events:none}.about__hero-line{width:1px;height:60px;background:var(--accent);margin-bottom:1.5rem;animation:aboutDraw .6s cubic-bezier(.22,1,.36,1) both}@keyframes aboutDraw{0%{height:0;opacity:0}to{height:60px;opacity:1}}.about__hero-label{font-size:.55rem;color:var(--accent);letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;animation:aboutSlide .5s cubic-bezier(.22,1,.36,1) .1s both}@keyframes aboutSlide{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.about__hero-title{font-family:var(--font-display);font-weight:900;font-size:clamp(3rem,10vw,7rem);line-height:.85;text-transform:uppercase;margin-bottom:1.5rem;max-width:700px;animation:aboutSlide .6s cubic-bezier(.22,1,.36,1) .2s both}.about__hero-sub{font-family:var(--font-display);font-size:clamp(1rem,2vw,1.3rem);color:var(--text-dim);max-width:480px;line-height:1.4;margin-bottom:2rem;animation:aboutSlide .6s cubic-bezier(.22,1,.36,1) .3s both}.about__cta{display:inline-block;background:transparent;border:1px solid var(--accent);color:var(--accent);padding:.7rem 1.8rem;cursor:pointer;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;transition:all .15s ease;animation:aboutSlide .6s cubic-bezier(.22,1,.36,1) .4s both}.about__cta:hover{background:var(--accent);color:var(--bg)}.about__section{padding:3rem 0;border-bottom:1px solid var(--border)}.about__section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.about__section-line{width:3px;height:18px;background:var(--accent);flex-shrink:0}.about__section-line--pink{background:var(--accent-pink)}.about__section-title{font-size:.65rem;font-weight:600;color:var(--text-dim);letter-spacing:.15em}.about__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--border)}.about__step{padding:2rem 1.5rem;border-right:1px solid var(--border)}.about__step:last-child{border-right:none}.about__step-icon{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dim)}.about__step-icon--pink{color:var(--accent-pink)}.about__step-icon--accent{color:var(--accent)}.about__step-name{font-family:var(--font-display);font-weight:900;font-size:1.2rem;text-transform:uppercase;margin-bottom:.5rem}.about__step-text{font-size:.65rem;color:var(--muted);line-height:1.6}.about__features{display:flex;flex-direction:column;gap:0}.about__feature{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border);align-items:flex-start}.about__feature:last-child{border-bottom:none}.about__feature-marker{width:8px;height:8px;background:var(--accent-pink);transform:rotate(45deg);flex-shrink:0;margin-top:.3rem}.about__feature-marker--line{width:2px;height:16px;background:var(--muted);transform:none}.about__feature-marker--heart{width:8px;height:8px;background:var(--accent-pink);transform:rotate(45deg)}.about__feature-marker--hot{width:8px;height:8px;background:var(--accent);transform:rotate(45deg)}.about__feature-marker--dash{width:12px;height:2px;background:var(--accent);transform:none;margin-top:.5rem}.about__feature-name{font-family:var(--font-display);font-weight:900;font-size:1rem;text-transform:uppercase;margin-bottom:.25rem}.about__feature-text{font-size:.65rem;color:var(--muted);line-height:1.6;max-width:500px}.about__feature-reactions{display:flex;gap:.5rem;margin-top:.5rem;font-size:1.1rem}.about__cta-section{padding:5rem 0;text-align:center;border-bottom:1px solid var(--border);position:relative}.about__cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(0,255,204,.04) 0%,transparent 60%);pointer-events:none}.about__cta-label{font-size:.6rem;color:var(--accent);letter-spacing:.3em;margin-bottom:.75rem}.about__cta-title{font-family:var(--font-display);font-weight:900;font-size:clamp(2.5rem,8vw,5rem);line-height:.85;text-transform:uppercase;margin-bottom:2rem}.about__cta--big{font-size:.8rem;padding:.8rem 2.5rem;animation:none}.about__cta-note{font-size:.65rem;color:var(--muted)}.about__cta-note a{color:var(--accent);text-decoration:none}.about__cta-note a:hover{text-decoration:underline}.about__sources{padding:2rem 0}.about__sources-label{font-size:.55rem;color:var(--muted);letter-spacing:.2em;margin-bottom:.5rem}.about__sources-list{font-size:.7rem;color:var(--text-dim);margin-bottom:.35rem}.about__sources-count{font-size:.6rem;color:var(--accent)}@media(max-width:680px){.about__steps{grid-template-columns:1fr}.about__step{border-right:none;border-bottom:1px solid var(--border)}.about__step:last-child{border-bottom:none}}
